home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / mac / Mac_Files / Vendor Demos / HiQ / HiQ•Help / HiQ•Help.rsrc / PICT_10502_Numerical Integration pg 2.png < prev    next >
Portable Network Graphic  |  1992-04-28  |  49KB  |  816x1056  |  8-bit (256 colors)
Labels: chat room | monitor | reckoner | sky
OCR: INTEGRATOR SAMPLE SCRIPTS Example 1.The Adaptive Method Compute the integral: In(x) dx whose exact answer II Script Example: project answer, error numEval; function integFct(x) return Y -1/2*Inx end function; lowerLimit 0.0 upperLimit absError Oe- relError maxEval 25000 r answer, error, numEval ] IntegAdapt (integFct, lowerLimit upperLimit, absError, relError, maxEval ; Expected upperl Limit